          SUBROUTINE (XDATA,LINE,RESULTS)
** Version# 1.0001[1] - 08/13/2012 - 03:32pm - TSMITH - eclipse
** Copied from BP PRD.XREF.VIEW.CALL Version# 1 - 11/10/2000 - 05:49pm - DONS - develop

*-------------------------------------------------------------------------*
*** PRD.XREF.VIEW.CALL - Subroutine to perform the external reference call
*** for a line item.
*-------------------------------------------------------------------------*
*** XDATA - All of the DDE information for the item to call        (In)
*** LINE  - The selected line in the dde data to use to call       (In)
*** RESULTS - Results of the DDE call to the external source       (Out)
*-------------------------------------------------------------------------*
          DDE.AGENT = XDATA<1,1,LINE>
          DDE.DATA  = XDATA<1,3,LINE>
          DDE.EXECUTE DDE.AGENT,DDE.DATA,RESULTS

          RETURN
!TSMITH~08/13/12~15:32
